toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.search
/
[jvm]FindResult
Find
Result
interface
FindResult
A result of the text search.
Members
Functions
is
Searching
Link copied to clipboard
open
fun
isSearching
(
)
:
Boolean
Returns
true
if the search is still in progress.
number
Of
Matches
Link copied to clipboard
open
fun
numberOfMatches
(
)
:
Int
Returns the number of the matches found at the moment or -1 when no matches found.
selected
Match
Link copied to clipboard
open
fun
selectedMatch
(
)
:
Int
Returns the index of the currently selected match or -1 when there are no matches.